crypto/tls.ecdheKeyAgreement.ckx (field)
7 uses
crypto/tls (current package)
key_agreement.go#L148: ckx *clientKeyExchangeMsg
key_agreement.go#L328: ka.ckx = new(clientKeyExchangeMsg)
key_agreement.go#L329: ka.ckx.ciphertext = make([]byte, 1+len(ourPublicKey))
key_agreement.go#L330: ka.ckx.ciphertext[0] = byte(len(ourPublicKey))
key_agreement.go#L331: copy(ka.ckx.ciphertext[1:], ourPublicKey)
key_agreement.go#L372: if ka.ckx == nil {
key_agreement.go#L376: return ka.preMasterSecret, ka.ckx, nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |